Contribution org.nuxeo.ecm.liveconnect.dropbox.core.DropboxComponent--providers
org.nuxeo.ecm.liveconnect.dropbox.core.DropboxComponent
inside nuxeo-liveconnect-dropbox-core-9.10.jar /OSGI-INF/dropbox-service.xml
This contribution is part of XML component Extension Point
Extension point providers of component OAuth2ServiceProviderRegistry.Contributed Items
XML Source
<extension point="providers" target="org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderRegistry">
<provider>
<name>dropbox</name>
<description>Dropbox</description>
<class>org.nuxeo.ecm.liveconnect.dropbox.DropboxOAuth2ServiceProvider</class>
<tokenServerURL>https://api.dropbox.com/oauth2/token</tokenServerURL>
<authorizationServerURL>https://www.dropbox.com/oauth2/authorize?force_reapprove=true</authorizationServerURL>
</provider>
</extension>